OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
meta_copy_op< op, T[N1]> Struct Template Reference

Partial specialization for N=1 1D-Array. More...

Detailed Description

template<template< typename, typename > class op, typename T, size_t N1>
struct meta_copy_op< op, T[N1]>

Partial specialization for N=1 1D-Array.

Definition at line 589 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

static void meta_copy_op_ (const T src[N1], T dst[N1])
 Meta-copy applying an operation. More...
 

Member Function Documentation

template<template< typename, typename > class op, typename T , size_t N1>
static void meta_copy_op< op, T[N1]>::meta_copy_op_ ( const T  src[N1],
dst[N1] 
)
inlinestatic

Meta-copy applying an operation.

Parameters
srcsource object
dstdestination object

Definition at line 597 of file meta_copy.hpp.


The documentation for this struct was generated from the following file: